home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IFLCanChange, GESDesOnStage, GESWhichXplor
- go(the frame)
- if GESWhichXplor = 0 then
- GESExplorePc()
- else
- if GESWhichXplor = 1 then
- GESInsideSystem()
- else
- if GESWhichXplor = 2 then
- GESExploreNoteBook()
- end if
- end if
- end if
- if the mouseUp then
- set IFLCanChange to 1
- end if
- if GESDesOnStage = 0 then
- ADDAdvertBreak(6)
- else
- set the locH of sprite 48 to 2000
- updateStage()
- end if
- if GESWhichXplor = 2 then
- GESnoteQuitCD()
- else
- GESQuitCD()
- end if
- IFLsectionWordAnimate()
- end
-